home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_421
/
BUTTONCONDACTION on(release, keyPress t).as
Wrap
Text File
|
2002-05-21
|
251b
|
19 lines
on(release, keyPress "t"){
if(ship < 5)
{
gotoAndStop(327);
}
else if(ship < 12)
{
gotoAndStop(328);
}
else if(ship < 20)
{
gotoAndStop(329);
}
else
{
gotoAndStop(330);
}
}